home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Fun & Games / Uli's Moose 3.5 (donationware).dmg / Uli's Moose / Moose.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-03-26  |  2KB  |  69 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>txt</string>
  13.                 <string>phraseFile</string>
  14.             </array>
  15.             <key>CFBundleTypeIconFile</key>
  16.             <string>MoosePhraseFileIcon</string>
  17.             <key>CFBundleTypeName</key>
  18.             <string>Moose 3.x Phrase File</string>
  19.             <key>CFBundleTypeOSTypes</key>
  20.             <array>
  21.                 <string>TEXT</string>
  22.             </array>
  23.             <key>CFBundleTypeRole</key>
  24.             <string>Viewer</string>
  25.             <key>LSTypeIsPackage</key>
  26.             <false/>
  27.         </dict>
  28.         <dict>
  29.             <key>CFBundleTypeExtensions</key>
  30.             <array>
  31.                 <string>nose</string>
  32.             </array>
  33.             <key>CFBundleTypeIconFile</key>
  34.             <string>MooseAnim</string>
  35.             <key>CFBundleTypeName</key>
  36.             <string>Moose 3.x Animation</string>
  37.             <key>CFBundleTypeRole</key>
  38.             <string>Viewer</string>
  39.             <key>LSTypeIsPackage</key>
  40.             <true/>
  41.         </dict>
  42.     </array>
  43.     <key>CFBundleExecutable</key>
  44.     <string>Moose</string>
  45.     <key>CFBundleHelpBookFolder</key>
  46.     <string>Moose Help</string>
  47.     <key>CFBundleHelpBookName</key>
  48.     <string>Uli's Moose Help</string>
  49.     <key>CFBundleIconFile</key>
  50.     <string>MooseAlphaIcon</string>
  51.     <key>CFBundleIdentifier</key>
  52.     <string>com.ulikusterer.cocoamoose</string>
  53.     <key>CFBundleInfoDictionaryVersion</key>
  54.     <string>6.0</string>
  55.     <key>CFBundlePackageType</key>
  56.     <string>APPL</string>
  57.     <key>CFBundleSignature</key>
  58.     <string>MOSp</string>
  59.     <key>CFBundleVersion</key>
  60.     <string>3.5.1</string>
  61.     <key>NSAppleScriptEnabled</key>
  62.     <true/>
  63.     <key>NSMainNibFile</key>
  64.     <string>MainMenu</string>
  65.     <key>NSPrincipalClass</key>
  66.     <string>NSApplication</string>
  67. </dict>
  68. </plist>
  69.